home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Factories.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  66 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Factories" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains implementation of user interface element factories.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="FactoryType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes a factory implementation.</desc>
  16.             </info>
  17.             <prop oor:name="Type" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies a user interface element type that a factory can create.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Name" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies a name of a single user interface element.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Module" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Specifies a module that the factory is associated with. An empty string means that the factory can be used for every module.</desc>
  36.                 </info>
  37.             </prop>
  38.             <prop oor:name="FactoryImplementation" oor:type="xs:string">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Specifies the UNO service implementation name to use to create a specified user interface element.</desc>
  43.                 </info>
  44.             </prop>
  45.         </group>
  46.     </templates>
  47.     <component>
  48.  
  49.         <group oor:name="Registered">
  50.  
  51.             <info>
  52.  
  53.                 <desc>Contains all registered factories for user interface elements.</desc>
  54.             </info>
  55.             <set oor:name="UIElementFactories" oor:node-type="FactoryType">
  56.  
  57.                 <info>
  58.  
  59.                     <desc>Contains UNO component implementation names that implements a user interface element factory service.</desc>
  60.                 </info>
  61.             </set>
  62.         </group>
  63.     </component>
  64. </oor:component-schema>
  65.  
  66.